home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / text / misc / htmldoc.lha / CHANGES.txt next >
Text File  |  2001-07-11  |  1KB  |  36 lines

  1. CHANGES IN HTMLDOC v1.8.14
  2.  
  3.     NEW FEATURES
  4.  
  5.     - Added support for 128-bit encryption.
  6.     - Added support for GET form request data in the PHP and
  7.       Java "portal" examples.
  8.  
  9.     CHANGES
  10.  
  11.     - Most output generation limits have been removed;
  12.       HTMLDOC now dynamically allocates memory as needed for
  13.       pages, images, headings, and links.  This has the
  14.       happy side-effect of reducing the initial memory
  15.       footprint significantly.
  16.     - Now call setlocale() when it is available to localize
  17.       the date and time in the output.
  18.     - The table parsing code now checks to see that a
  19.       ROWSPAN attribute fits in the table; e.g., a ROWSPAN
  20.       of 10 for a table that has only 6 rows remaining needs
  21.       to be reduced to 6...
  22.  
  23.     BUG FIXES
  24.  
  25.     - Tables with a lot of COLSPANs could cause a divide-
  26.       by-zero error or bad pages (NAN instead of a number.)
  27.     - Table cells with a single render element would not be
  28.       vertically aligned.
  29.     - The --quiet option would enable progress messages on
  30.       the command-line.
  31.     - Table cell widths could be computed incorrectly,
  32.       causing unnecessary wrapping.
  33.     - The --path option disabled checking for the file
  34.       with the original filename.
  35.  
  36.